code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
Logging
code_checker
cli
Settings for logging.
@
safe
struct
Logging {
import
colorlog
:
VerboseMode
;
;
VerboseMode
verbose
;
bool
toFile
;
AbsolutePath
dir
;
}
Members
Variables
dir
AbsolutePath
dir
;
Directory to log to.
toFile
bool
toFile
;
If logging to files should be done.
verbose
VerboseMode
verbose
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
cli
enums
AppMode
functions
loadConfig
parseCLI
parseConfigCLI
parseDict
structs
Compiler
Config
ConfigClangTidy
ConfigCompileDb
ConfigIwyu
ConfigStaticCode
Logging
MiniConfig
Settings for logging.